home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2895 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: news.uiowa.edu!ozone!maclenna
  2. From: maclenna@ozone.uiowa.edu (Mark MacLennan)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Multithreading Examples in C++
  5. Date: 20 Jan 1996 07:44:14 GMT
  6. Organization: Center for Global and Regional Environmental Research
  7. Distribution: world
  8. Message-ID: <4dq6ge$tdu@flood.weeg.uiowa.edu>
  9. References: <4dp37u$n35@cloner3.netcom.com>
  10. Reply-To: maclenna@cgrer.uiowa.edu (Mark MacLennan)
  11. NNTP-Posting-Host: ozone.cgrer.uiowa.edu
  12.  
  13. In article <4dp37u$n35@cloner3.netcom.com> mcorcora@ix.netcom.com(Marian Corcoran ) writes:
  14. >Examples of Multithreading in C++
  15. >
  16. >     See the C/C++ Users Journal, Nov. 1995 for articles on this
  17. >topic.  It's an excellent periodical, edited by P.J. Plauger.
  18. >If you can't get Nov. 1995 from a library in your area, you 
  19. >are able to get back issues.  They may be reached at
  20. >  cujsub@dpub.com
  21. >
  22.  
  23. Two other potentially useful articles on this subject are:
  24.  
  25.   "A C++ Framework for DCE Threads" by Michael Yam in Dr. Dobbs Sourcebook
  26.   (July/August 1995)
  27.  
  28.   "Writing Multi-threaded Applications in C++" by Pete Becker in C++ Report
  29.   (February 1994)
  30.  
  31. HP distributes a Object-Oriented Distributed Computing Environment (OODCE)
  32. C++ Class Library for developing object-based client/server applications.
  33. Their Programmer's Guide for this class library also contains some
  34. information on using threads.  I think this software is available through
  35. OSF.
  36.  
  37. - MARK
  38.  
  39.  
  40.